object WaitFrm: TWaitFrm Left = 361 Top = 268 BorderIcons = [] BorderStyle = bsDialog Caption = 'Game, Net & Match' ClientHeight = 86 ClientWidth = 271 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClick = FormClick OnClose = FormClose OnCreate = FormCreate OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object LaWait: TLabel Left = 8 Top = 32 Width = 261 Height = 13 Alignment = taCenter AutoSize = False Caption = 'LaWait' Transparent = True end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 20 Top = 60 end end